home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / demos / az / cyberx.dxr / 00191.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  551 b   |  22 lines

  1. on activa_ayuda
  2.   global ayuda_on
  3.   set ayuda_on to 1
  4.   set the visible of sprite 20 to 0
  5.   set the visible of sprite 21 to 0
  6.   set the visible of sprite 22 to 0
  7.   set the visible of sprite 23 to 0
  8.   set the visible of sprite 40 to 1
  9.   set the cursor of sprite 40 to -1
  10. end
  11.  
  12. on desactiva_ayuda
  13.   global ayuda_on
  14.   set ayuda_on to 0
  15.   set the visible of sprite 20 to 1
  16.   set the visible of sprite 21 to 1
  17.   set the visible of sprite 22 to 1
  18.   set the visible of sprite 23 to 1
  19.   set the visible of sprite 40 to 0
  20.   set the cursor of sprite 40 to 0
  21. end
  22.